home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / bugsarecoming.swf / scripts / DefineButton2_57 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  318 b   |  11 lines

  1. on(release){
  2.    scoretable.filename = "scores/bugs.sco";
  3.    scoretable.scoresize = 10;
  4.    scoretable.action = "INSERT";
  5.    scoretable.viewtype = "FLASH";
  6.    scoretable.winname = _root.my_name;
  7.    scoretable.winscore = border.time;
  8.    scoretable.loadVariables("scores.php","POST");
  9.    _root.gotoAndStop(5);
  10. }
  11.